home *** CD-ROM | disk | FTP | other *** search
/ MusicScapes Professional / MusicScapes Professional (Wayzata Technology)(1381)(1995).bin / elements / groove / 00029_Script_29 < prev    next >
Text File  |  1994-11-22  |  188b  |  10 lines

  1. on exitFrame
  2.   updateStage
  3.   if soundBusy (1) then continue
  4.   else play done
  5.   if the controlDown and the key = "." then go to frame "Leave"
  6.   --else continue
  7.   end if
  8. end if
  9.  
  10. end